home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4382 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: Norway.EU.net!usenet
  2. From: patrick.hanevold@login.eunet.no (Patrick Hanevold)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS frien
  5. Date: 28 Feb 1996 14:56:26 GMT
  6. Organization: EUnet Norway
  7. Message-ID: <771.6631T616T2586@login.eunet.no>
  8. References: <38232498@kone.fipnet.fi> <4gctlm$bcn@oreig.uji.es>
  9.             <38232604@kone.fipnet.fi> <4gj3ve$f9c@sunsystem5.informatik.tu-muenchen.de>
  10.         <642.6629T546T2374@login.eunet.no> <4gpjgi$19c@serpens.rhein.de>
  11.     <265.6630T583T838@login.eunet.no> <4gt2ub$ban@serpens.rhein.de>
  12. NNTP-Posting-Host: pc2.asker-pm2-1.eunet.no
  13. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  14.  
  15.  
  16. >>>>Tell me, how do you copy memory with only writes. :)
  17.  
  18. >>>With a write buffer ? :)
  19. >>>You can copy memory from fast to chip with 7M/s.
  20. >>Explain.
  21.  
  22. >Just try this on an A3000. The trick is that for writing to
  23. >chip memory the CPU databus is only occupied for a short time.
  24. >If you would immediately start another write it is delayed for
  25. >the next chip memory slot. But it is possible to do a fast memory
  26. >read and still be fast enough to not miss the next chip memory
  27. >slot.
  28. >That means, a copy loop transfers 7MByte/s.
  29.  
  30. >This is not true on the A4000/040. Probably an effect of the
  31. >A3640s bus interface.
  32.  
  33. Not true on my BlizzardIII/030 either.
  34.  
  35. <sb>Patrick Hanevold - Virtual Reality developer
  36. <sb>patrick.hanevold@login.eunet.no
  37. <sb>Amiga and official Be developer
  38.  
  39.